home *** CD-ROM | disk | FTP | other *** search
- REM <ASCII-PRO> SAMPLE FILE K. Hell (c) 1995
- REM "SEARCH and REPLACE with LIST"
- REM This SAMPLE LIST transformes LOWER CASE to UPPER CASE with many OPTIONS!
- REM HINT: CHOOSE 'Do NOT match UPPER and lower case' for this procedure.
- REM Handles also GERMAN "UMLAUTE"!
- Ae Ä
- Ue Ü
- Oe Ö
- ae Ä
- Ä Ä
- REM Searching + replacing EQUAL signs avoids transformation of this sign!
- ª ª
- eue EUE
- REM Avoids that "neue" is changed into "NEÜ" !
- ue Ü
- oe Ö
- ä Ä
- ü Ü
- ö Ö
- a A
- b B
- c C
- d D
- e E
- f F
- g G
- h H
- i I
- j J
- k K
- l L
- m M
- n N
- o O
- p P
- q Q
- r R
- s S
- t T
- u U
- v V
- w W
- x X
- y Y
- z Z
- ß SS
- é É
- á A
- à A
- è E
- æ Æ
- â A
- å Å
- REM You can add further transformations [e.g.for ò,ÿ,ç,ê, etc.]
- REM The function "LOWER to UPPER CASE" within <ASCII-CODE> will handle
- REM normal CASE transformations automatically!
- REM For more details please consult the file >SEARCH.DOC<.
-